@charset "utf-8";
/* CSS Document */

/* CSS Document */
*{ margin:0; padding:0;}
html{background:#fff;
min-width:1200px; _width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1201?"1200px":"");}
body{  font-family:"微软雅黑";}
a{  text-decoration:none;}
a:hover{  text-decoration:none}
ul{ list-style:none;}
img{ border:none;}
.clear{ clear:both; overflow:hidden;}
.fl{ float:left;}
.fr{ float:right;}
 body,div,ul,ol,li,dl,dt,dd,h1,h2,
h3,h4,h5,h6,u,b,p,span,i,a{margin:0;padding:0;list-style:none;text-decoration:none;color:#333;
font-family:"微软雅黑";font-weight:normal;font-size:16px;text-decoration:none}
button{border:none;background:none;}
.clear:after{/**清除浮动影响**/content:"";display:block;clear:both;}
.wrap{width:1200px;margin:0 auto;}
input,textarea,select{ border:none;outline:medium; font-family:"微软雅黑"; }
:-moz-placeholder { color: #999; } ::-moz-placeholder { color: #999; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; }
#page{background:#fff;}

/**/
.head{
	width:100%;
	background:rgba(255,255,255,0.9);
	height:90px;
	position:fixed;
	top:0;
	z-index:999;
	}
.nav li{
	float:left;
	width:126px;
	text-align:center;
	line-height:90px;
	}
.nav li a{
	font-size:18px;
	color:#333;
	}
.nav li a:hover{
	color:#e21e32;
	}
.nav li.active a{
	color:#e21e32;
	}
.tel{ 
	width:200px;
	}
.tel img{
	width:30px;
	height:30px;
	margin:30px 10px;
	float:right;
	}
.tel div{
	display:inline-block;
	line-height:90px;
	font-size:16px;
	color:#e21e32;
	float:right;
	}

/*关于我们*/
.au{
	margin:90px 0;
	position:relative;
	height:350px;
	}

.au .au-bg{
	width:50%;
	height:350px;
	background:#e21e32;
	position:absolute;
	left:0;
	}
.au .au-nr{
	z-index:30;
	position:absolute;
	left:0;
	width:100%;
	}
.au-img{
	width:480px;
	padding-left:120px;
	overflow:hidden;
	height:310px;
	margin:20px 0;
	}
.au-img img{
	width:480px;
	height:310px;
	webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);transform: scale(1);
	}
.au-img:hover img{
	-webkit-transform: scale(1.1);transform: scale(1.1);
	}	
.au-zi{
	width:540px;
	padding:0 30px;
	}
.au-zi h1{
	font-size:32px;
	font-weight:bold;
	color:#010102;
	line-height:50px;
	}
.au-zi h1 span{
	font-size:32px;
	font-weight:bold;
	color:#e21e32;
	}
.au-zi h2{
	font-size:26px;
	color:#010102;
	line-height:40px;
	}
.au-zi h2 span{
	font-size:26px;
	color:#e21e32;
	}
.au-xian{
	width:2px;
	height:40px;
	margin:5px 0;
	background:#333;
	}
.au-zi h3{
	font-size:18px;
	line-height:30px;
	margin-bottom:10px;
	font-weight:bold;
	}
.au-wen{
	font-size:14px;
	line-height:28px;
	color:#333;
	text-indent:2em;
	height:149px;
	overflow:hidden;
	margin-bottom:15px;
	}
/*  set2 start here */
.set_2_button {
	font: inherit;
	color: #FFF;
	width: auto;
	float: left;
	padding: 0px 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	transition: all 1s;
	cursor: pointer;
}
.set_2_button:before {
	left: 48%;
}
.set_2_button:active {
	background: #cccccc;
	color: #000000;
	top: 2px;
	transition: all 1s;
}
.set_2_button > span {
	display: inline-block;
	transition: all 0.5s;
	color:#fff;
}
.icon-forward:before {
	content: "→";
	position: absolute;
}
.set_2_btn-1:before {
	left: -100%;
	transition: all 0.5s;
}
.set_2_btn-1:hover:before {
	left: 43%;
	transition: all 1s;
}
.set_2_btn-1:hover > span {
	transform: translateX(300%);
	transition: all 1s;
}
.set_2_btn-2:before {
	top: -100%;
	transition: all 0.5s;
}
.set_2_btn-2:hover:before {
	top: 0px;
}
.set_2_btn-2:hover > span {
	transform: translateY(300%);
}
.color1{
background:#e21e32 ;
}
.color2{
background:#f8c013;
color:#2e2302;
}
.color3{
background:#f2625a;
}
.color4{
background:#b9ccd2;
color:#252b2d;
}
.color5{
background:#56c5ff;
color:#fff;
}

/* set 2 end here */
/*理财产品*/
.cp{
	margin-bottom:90px;
	}
.cp-left{
	width:240px;
	background:#e7e7e7;
	padding:60px 30px;
	height:300px;
	}

.cp-img1{
	display:block;
	}

.cp-img2{
	display:none;
	}
.cp ul{
	width:898px;
	height:418px;
	border:1px solid #dcdcdc;
	}
.cp ul li{
	width:33.2%;
	border-right:1px solid #dcdcdc;
	height:210px;
	border-bottom:1px solid #dcdcdc;
	}
.cp ul .li2{
	border-bottom:none;
	}

.cp ul li:last-child{
	border:none;
	}
.cp ul li img{
	margin:24px auto;
	}
.cp ul li h5{
	font-size:16px;
	text-align:center;
	width:100%;
	line-height:30px;
	display:none;
	}
.cp ul li h6{
	font-size:14px;
	text-align:center;
	width:100%;
	color:#666;
	display:none;
	}
.cp ul li a{
	display:block;
	height:169px;
	}
.cp ul li .cp-img2{
	margin-top:40px;
	}
.cp ul li .cp-img1{
	margin:0px;
	width:100%;
	height:210px;
	}
.cp ul li:hover .cp-img1{
	display:none;
	}
.cp ul li:hover .cp-img2{
	display:block;
	}
.cp ul li:hover h5{
	color:#fff;
	display:block;
	}	
.cp ul li:hover h6{
	color:#fff;
	display:block;
	}
.cp ul li:hover{
	background:#e21e32;
	}	
/*理财资讯*/
.lc{
	margin-bottom:90px;
	}
.lc-ti{
	text-align:center;
	width:100%;
	margin-bottom:50px;
	}	
.lc-ul li{
	float:left;
	width:286px;
	height:300px;
	}	
.lc-tu{
	position:relative;
	height:167px;
	margin:0 15px;
	}
.lc-tu .bian{
	border:1px solid #ccc;
	width:254px;
	height:135px;
	position:absolute;
	z-index:30;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	}
.lc-tu2 .bian{
	bottom:0;
	}
.lc-tu .lc-img{
	width:220px;
	height:144px;
	position:absolute;
	top:17px;
	left:17px;
	overflow:hidden;
	}	
.lc-tu2 .lc-img{
	top:5px;
	}
.lc-tu img{
	width:220px;
	height:144px;
	webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);transform: scale(1);
	}
.lc-tu:hover img{
	webkit-transform: scale(1.1);transform: scale(1.1);
	}
.lc-tu:hover .bian{
	border:1px solid #e21e32;
	-webkit-transform:scale(0,1);
	-moz-transform:scale(0,1);
	-o-transform:scale(0,1);
	transform:scale(0,1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1)
	}	
	
.lc-wen{
	width: 256px;
    margin: 0 auto
	}
.lc-wen h5{
	text-align:center;
	line-height:30px;
	height:30px;
	overflow:hidden;
	color:#333;
	}	
.lc-wen div{
	font-size:14px;
	text-align:center;
	line-height:26px;
	height:62px;
	overflow:hidden;
	color:#666;
	}	
/*新闻*/
.news{
	position:relative;
	height:455px;
	margin-bottom:90px;
	}
.r-bg{
	width:970px;
	background:#e21e32;
	height:350px;
	position:absolute;
	right:0;
	top:52px;
	}
.new-tu{
	width:565px;
	height:455px;
	overflow:hidden;
	float:left;
	}	
.new-tu img{
	width:565px;
	height:455px;
	webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);transform: scale(1);
	}	
.new-tu:hover img{
	webkit-transform: scale(1.1);transform: scale(1.1);
	}	
.news-nr{
	position:absolute;
	z-index:30;
	width:100%;
	}
.news-wen{
	width:570px;
	height:300px;
	margin:77px 16px;
	padding:0 10px 0 20px;
	background:#fff;
	}
.news-ti{
	background:none;
	width:570px;
	height:50px;
	padding:20px 0;
	}
.news-ti .x{
	font-size:26px;
	line-height:50px;
	display:inline-block;
	color:#010102;
	font-weight:normal;
	}
.news-ti span{
	margin:0 5px;
	}
.news-ti .n-x{
	display:inline-block;
	height:4px;
	width:50px;
	background:#e21e32;
	margin-bottom:8px;
	}	
.n-list{
	width:570px;
	height:60px;
	overflow:hidden;
	margin-bottom:20px;
	}	
.n-time{
	padding-right:10px;
	border-right:1px solid #ccc;
	height:60px;
	
	}	
.n-time	h2{
	font-size:42px;
	color:#484848;
	font-weight:bold;
	line-height:40px;
	}
.n-time div{
	font-size:16px;
	color:#666;
	line-height:20px;
	}	
.n-nr{
	padding-left:10px;
	line-height:20px;
	font-size:14px;
	color:#666;
	width:470px;
	height:60px;
	overflow:hidden;
	}	
.n-list a:hover h2{
	color:#e21e32;
	}
.n-list a:hover div{
	color:#e21e32;
	}	
.box {
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	_height:100%;
	padding: 0 50px;
}
.picbox {
	width:980px;
	height:115px;
	overflow:hidden;
	position:relative;
}
.piclist {
	height:115px;
	position:absolute;
	left:0px;
	top:0px
}
.piclist li {
	background:#eee;
	margin-right:20px;
	padding:5px;
	float:left;
}
.swaplist {
	position:absolute;
	left:-3000px;
	top:0px
}
.og_prev,.og_next {
	width:30px;
	height:50px;
	background:url(../images/icon.png) no-repeat;
	background:url(../images/icon_ie6.png) no-repeat\9;
	position:absolute;
	top:33px;
	z-index:99;
	cursor:pointer;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.og_prev {
	background-position:0 -60px;
	left:4px;
}
.og_next {
	background-position:0 0;
	right:4px;
}
/**/
.foot{
	width:100%;
	height:300px;
	border-top:3px solid #e21e32;
	background:#2d2d2d;
	}	
.f-a{
	color:#fff;
	text-align:center;
	margin:20px 0;
	}	
.f-a a{
	color:#fff;
	margin:0 50px;
	font-size:14px;

	}	
.f-a a:hover{
	font-size:16px;
	}
.f-l{
	padding:20px 50px 0 50px;
	}
.f-l ul{
	padding:30px 0px 30px 50px;
	width:360px;
	}	
.f-l ul li{
	color:#f2f2f2;
	font-size:14px;
	line-height:32px;
	margin-left:25px;
	}	
	
.f-img{
	width:280px;
	}	
.f-img img{
	width:150px;
	height:150px;
	margin-left:104px;
	}	
.f-btm{
	background:#000;
	height:50px;
	padding:5px 0;
	}	
.f-btm div{
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:25px;
	}
.content{
	padding:60px 0;
	}	
/*产品*/
.fenlei{
	text-align:center;
	}
.set_1_btn {
	color: #333;
	cursor: pointer;
	display:inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	margin-right: 2em;
	text-align: center;
	max-width: 160px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
	margin-top:15px;
}
.set_1_btn:hover {
	text-decoration: none;
}	

.Vbtn-3 {
	background:transparent;
	text-align: center;
}
.Vbtn-3 svg {
	height: 45px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.Vbtn-3 rect {
	fill: none;
	stroke: #d70824;
	stroke-width: 3;
	stroke-dasharray: 422, 0;
	transition: all 450ms linear 0s;
	
}
.Vbtn-3:hover {
	background: rgba(225, 51, 45, 0);
	font-weight: 900;
	letter-spacing: 1px;
	transition: all 150ms linear 0s;
}
.Vbtn-3:hover rect {
	stroke-width: 5;
	stroke-dasharray: 15, 310;
	stroke-dashoffset: 48;
	-webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.Vbtn-3.active{
	color:#fff;
	background:#d70824;
	font-weight:900;}
/*产品展示*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	padding:0 30px;
}
.grid1{
	padding:0;
	}
/* Common style */

.grid .grid-box{
	width:350px;
	height:auto;
	margin:0 15px;
	margin-top:50px;
	}	
.grid .grid-box1{
	width:270px;
	margin:0 15px;
	margin-top:50px;
	}
.grid .grid-box:hover .cp-name{	
	color:#e21e32;
	}
		
.grid-box figure {
	width:350px;
	height:246px;
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	background:#000;
}
.grid-box1 figure{
	width:270px;
	height:177px;
	}
.grid figure img {
	position: relative;
	display: block;
	width:350px;
	height:220px;
	opacity: 0.8;
}


.grid-box1 figure img {
	width:270px;
	height:177px;
}

.grid figure figcaption {
/*padding: 2em;*/
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2,.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
}
figure.effect-apollo h2{
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	width:100px;
	height:30px;
	margin:0 5px;
	color:#fff;
	line-height:30px;
	font-weight:400;
	text-align:center;
	}

figure.effect-apollo img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 2em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	color:#fff;
}

/**/

.grid-box:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.grid-box:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.grid-box:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;}
/**/
.grid-box1:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.grid-box1:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.grid-box1:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;}
	

	
	


.grid .cp-name{
	line-height:40px;
	font-size:22px;
	font-weight:400;
	text-align:center;
	width:350px;
	}
.grid .cp-name1{
	text-align:left;
	font-size:18px;
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.grid .cp-wen{
	color:#666;
	font-size:14px;
	text-align:left;
	line-height:24px;
	height:48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	}
.grid-box:hover .cp-wen{
	color:#e21e32;
	}
.grid-box1 .cp-name1{
	width:270px;
	text-align:left;
	font-size:16px;
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.grid-box1 .cp-wen{
	width:270px;
	color:#666;
	font-size:14px;
	text-align:left;
	line-height:24px;
	height:48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	}
/*分页*/
.fenye{
	margin:20px auto 30px;
	text-align:center;
	height:40px;
	line-height:40px;
	}	
.fenye a{
	padding:5px 10px;
	background:#f2f2f2;
	border:1px solid #ccc;
	margin:0 10px;
	}	
.fenye a:hover{
	background:#e21e32;
	color:#fff;
	border:1px solid #fff;
	}	
.fenye a.xx{
	background:#e21e32;
	color:#fff;
	border:1px solid #fff;
	}	
/*联系我们*/
.xq-show{
	padding:20px;
	}	
.xq-show img{
	margin:10px auto;
	}	
.xq-show div{
	line-height:26px;
	padding:5px;
	}	
/*联系我们*/
.lxwm{
	padding-bottom:70px;
	}
.contact_box1{
	width:832px;
	height: 260px;
	margin: 30px auto;
	margin-bottom: 50px;
}
.contact_box1 li{
	width: 260px;
	height: 260px;
	float: left;
	margin-right: 26px;
}
.contact_box1 li:nth-child(1){
	background: #F9E0E0;
}
.contact_box1 li:nth-child(2){
	background: #DDF2F4;
}
.contact_box1 li:nth-child(3){
	background: #EBF3DA;
}
.contact_box1 li:last-child{
	margin-right: 0px;
	background: #D5ECF9;
}
.contact_box1 li>img{
	margin-top: 50px;
}
.contact_box1 li .p1{
	font-size:18px;
	color: #393b3a;
	margin: 15px 0;
}
.contact_box1 li .p2{
	font-size:16px;
	color: #393b3a;
	line-height: 30px;
}

.contact_box1 li div{
	text-align:center;
	}	
/**/
.xq{
	padding:20px 0;
	}	
.xq img{
	margin:10px auto;
	max-width:1200px;
	}	
.xq .xq-biao{
	font-size:20px;
	text-align:center;
	line-height:40px;
	font-weight:600;
	}
	
.xq .xq-wenzi{
	line-height:30px;
	width:1100px;
	margin:20px auto;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	